Click or drag to resize

HeaderAdd Method (StandardHeader, String)

Adds new header field with specified header name and value.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Add(
	StandardHeader headerKey,
	string headerValue
)

Parameters

headerKey
Type: Independentsoft.SipStandardHeader
A StandardHeader represents header key.
headerValue
Type: SystemString
A string represents header value.
See Also